home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Tools / Developers / PEDELF32.ZIP / pedelf32 / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1998-09-29  |  2.4 KB  |  114 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 218
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 161
  21.     BevelOuter = bvLowered
  22.     Color = clWhite
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 72
  35.       Top = 16
  36.       Width = 200
  37.       Height = 16
  38.       Caption = 'Delphi Print Engine Application'
  39.       Font.Color = clBlack
  40.       Font.Height = -16
  41.       Font.Name = 'System'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 72
  48.       Top = 41
  49.       Width = 201
  50.       Height = 16
  51.       Alignment = taCenter
  52.       AutoSize = False
  53.       Caption = 'Version 1.01'
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'Arial'
  57.       Font.Style = [fsItalic]
  58.       ParentFont = False
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 8
  63.       Top = 80
  64.       Width = 265
  65.       Height = 16
  66.       Alignment = taCenter
  67.       AutoSize = False
  68.       Caption = '∩┐╜ Copyright 1996, Crystal Services'
  69.       Font.Color = clBlack
  70.       Font.Height = -13
  71.       Font.Name = 'Arial'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Comments: TLabel
  77.       Left = 8
  78.       Top = 104
  79.       Width = 265
  80.       Height = 17
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = 'Created by Andre Couturier'
  84.       WordWrap = True
  85.       IsControl = True
  86.     end
  87.     object Label1: TLabel
  88.       Left = 8
  89.       Top = 128
  90.       Width = 265
  91.       Height = 17
  92.       Alignment = taCenter
  93.       AutoSize = False
  94.       Caption = 'Updated 09/29/98 by Trevor Dubinsky'
  95.       Font.Color = clWindowText
  96.       Font.Height = -13
  97.       Font.Name = 'System'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       WordWrap = True
  101.       IsControl = True
  102.     end
  103.   end
  104.   object OKButton: TBitBtn
  105.     Left = 104
  106.     Top = 178
  107.     Width = 97
  108.     Height = 33
  109.     TabOrder = 1
  110.     Kind = bkOK
  111.     IsControl = True
  112.   end
  113. end
  114.